home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr42 / xmstr201.zip / DEFAULT.XM < prev    next >
Text File  |  1994-06-15  |  4KB  |  144 lines

  1. ;
  2. ;   Default colors file
  3. ;
  4.  
  5. ; This is the Title Box which is brought up pretty frequently
  6.  
  7.     TitleBack           = DarkGray        ; This is only good for VGA
  8.     TitleBoxBorder      = White
  9.     TitleBoxText        = LightGreen
  10.  
  11. ; This is the status box brought up by F11
  12.  
  13.     StatusBack          = White             ; This is only good for VGA
  14.     StatusBorder        = Black
  15.     StatusText          = Black
  16.     StatusArchiveText   = Red
  17.  
  18. ; This is the status line on the very bottom the screen
  19.  
  20.     InfoLineText        = Red
  21.     InfoLineBack        = LightGray
  22.  
  23. ; This is the demo line which isn't even seen in the registered version
  24.  
  25.      DemoLineText        = Red
  26.      DemoLineBack        = White
  27.  
  28. ; This is the main screen that you see
  29.  
  30.     FilesListBorder     = White
  31.     FilesListBox        = Cyan
  32.  
  33. ; This is the color of the cursor
  34.  
  35.     FileHBack           = Black
  36.     FileHText           = Yellow
  37.  
  38. ; This color tells you what page you are on
  39.  
  40.     PageText            = LightBlue
  41.  
  42. ; The files are either of these colors
  43.  
  44.     CompressedName      = White
  45.     UncompressedName    = Yellow
  46.  
  47. ; The tag character is this color
  48.  
  49.     TagColor            = Black
  50.  
  51. ; The title line ("X-MASTER v...") are these colors
  52.  
  53.     TitleFilesText      = White
  54.     TitleFilesBack      = Blue
  55.  
  56. ; The pseudo-button bar is this color on top on the FilesListBox
  57.  
  58.     ButtonBarText       = Black
  59.  
  60. ; The help screen has all these colors in it
  61.  
  62.     HelpText            = Yellow
  63.     HelpBack            = LightBlue
  64.     HelpBorder          = Black
  65.     HelpTitleText       = White
  66.     HelpTitleBack       = Blue
  67.     HelpHorizLine       = Black
  68.  
  69. ; In the help screen, it will pause in these colors
  70.  
  71.     PauseText           = LightBlue
  72.     PauseBack           = Black
  73.  
  74. ; If X-MASTER runs into an error, you will see a box pop up in these colors
  75.  
  76.     ErrorBoxBack        = Black
  77.     ErrorBoxBorder      = White
  78.     ErrorText           = Yellow
  79.  
  80. ; Any time X-MASTER asks a question which has a Yes/No box, these colors are
  81. ;   used
  82.  
  83.     YesNoBack           = Brown
  84.     YesNoBorder         = White
  85.     YesNoText           = Yellow
  86.  
  87. ; If X-MASTER has an informative message for you
  88.  
  89.     MessageBoxBorder    = White
  90.     MessageBoxBack      = Red
  91.     MessageBoxText      = White
  92.  
  93. ; During the change directory command (F2), you will see these colors
  94.  
  95.     DirEnterBack        = Yellow            ; This is only good for VGA
  96.     DirEnterBorder      = Black
  97.     DirEnterText        = Blue
  98.     DirTypeText         = White
  99.     DirTypeBack         = Black
  100.  
  101. ; X-MASTER makes heavy use of pick lists (allows you to pick from a list of
  102. ;   something) - these are the colors used.
  103.  
  104.     PickListNBoxBack    = White             ; This is only good for VGA
  105.     PickListNBoxText    = Black
  106.     PickListHBoxBack    = Red
  107.     PickListHBoxText    = White
  108.     PickListBorder      = Black
  109.  
  110. ; During a multiple play session, X-MASTER will pause 3 seconds with a
  111. ;   flashing box.
  112.  
  113.     PauseWindowBoxBack  = Black
  114.     PauseWindowBoxText  = White
  115.     PauseWindowBorder   = LightRed
  116.  
  117. ; After selecting a bunch of files to play, an "ask" box comes up asking you
  118. ;   how it should play the files
  119.  
  120.     PlayTaggedNBoxBack  = Red
  121.     PlayTaggedNBoxText  = White
  122.     PlayTaggedHBoxBack  = Blue
  123.     PlayTaggedHBoxText  = White
  124.     PlayTaggedBoxBorder = White
  125.     PlayTaggedBoxText   = Yellow
  126.  
  127. ; The main menu (F1)
  128.  
  129.     MainMenuHText       = White
  130.     MainMenuHBack       = Black
  131.     MainMenuNText       = Black
  132.     MainMenuNBack       = White             ; This is only good for VGA
  133.     MainMenuBorder      = Blue
  134.     MainMenuOptions     = Red
  135.  
  136. ; ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  137. ; Non VGA colors!
  138. ; ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  139. ;    TitleBack           = LightGray
  140. ;    DirEnterBack        = Green
  141. ;    StatusBack          = LightGray
  142. ;    PickListNBoxBack    = LightGray
  143. ;    MainMenuNBack       = LightGray
  144.